home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1320 / 1320.xpi / defaults / preferences / gmanager.js
Text File  |  2010-01-22  |  504b  |  12 lines

  1. // Gmail Manager
  2. // By Todd Long <longfocus@gmail.com>
  3. // http://www.longfocus.com/firefox/gmanager/
  4.  
  5. // Localized description
  6. pref("extensions.{582195F5-92E7-40a0-A127-DB71295901D7}.description", "chrome://gmanager/locale/gmanager.properties");
  7.  
  8. // Extension preferences
  9. pref("longfocus.gmanager.debug", false);
  10. pref("longfocus.gmanager.first-time", true);
  11. pref("longfocus.gmanager.options-page", "chrome://gmanager/content/options/pages/general.xul");
  12. pref("longfocus.gmanager.version", "");